home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / SNESPLAY / !SnesPlay / !RunGame < prev    next >
Text File  |  1998-08-02  |  409b  |  17 lines

  1. | > !SnesPlay.!RunGame
  2. | By R.R.Chasmer (KAOS) 02/08/98
  3. |
  4. | %0 specifies the folder containing the mame roms
  5. | %1 specifies the name of the game
  6. | %*2 specifies the cmd-line options
  7.  
  8. Wimpslot -min 7000k -max 7000k
  9.  
  10. ECHO Starting SNES9x with '%1' console game...
  11. IF "%*2" <> "" THEN ECHO Using Cmd-Line Options: '%*2'
  12.  
  13. |ECHO >>> Set SnesRoms$Dir %0
  14. |ECHO >>> Snes %1 %*2
  15. ECHO
  16. Set SnesRoms$Dir %0
  17. Snes %0.%1 %*2